From 9cdd1e224141922d2364fa9d493a81dc421c560f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 11 Dec 2012 10:09:55 -0800 Subject: [PATCH] Spelling fixes. --- doc/lispref/ChangeLog | 2 +- doc/lispref/control.texi | 6 +++--- src/ChangeLog | 2 +- src/w32notify.c | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 9ace01ccb62..c8af9987a4c 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -6,7 +6,7 @@ 2012-12-10 Stefan Monnier - * control.texi (Pattern maching case statement): New node. + * control.texi (Pattern matching case statement): New node. * customize.texi (Variable Definitions): Mention the default :group for defcustoms (bug#13093). diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi index 00b0a75a3e2..a6d3081c6ba 100644 --- a/doc/lispref/control.texi +++ b/doc/lispref/control.texi @@ -286,11 +286,11 @@ For example: @end example @menu -* Pattern maching case statement:: +* Pattern matching case statement:: @end menu -@node Pattern maching case statement -@subsection Pattern maching case statement +@node Pattern matching case statement +@subsection Pattern matching case statement @cindex pcase @cindex pattern matching diff --git a/src/ChangeLog b/src/ChangeLog index 7a49054ac13..7b07c4e6ab2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1710,7 +1710,7 @@ 2012-10-19 Stefan Monnier - * fns.c (Fnreverse): Include the problem element when signalling an + * fns.c (Fnreverse): Include the problem element when signaling an error (bug#12677). 2012-10-18 Jan Djärv diff --git a/src/w32notify.c b/src/w32notify.c index 3095103484a..0b7dc9a1110 100644 --- a/src/w32notify.c +++ b/src/w32notify.c @@ -217,7 +217,7 @@ watch_completion (DWORD status, DWORD bytes_ret, OVERLAPPED *io_info) /* We've been called because the main thread told us to issue CancelIo on the directory we watch, and watch_end did so. The directory handle is already closed. We should clean up - and exit, signalling to the thread worker routine not to + and exit, signaling to the thread worker routine not to issue another call to ReadDirectoryChangesW. Note that we don't free the dirwatch object itself nor the memory consumed by its buffers; this is done by the main thread in -- 2.30.2